Esx Settings ComponentCompliance
The Esx Settings ComponentCompliance schema contains information that describe the compliance of a component with respect to the component present in the target software specification.
This schema was added in vSphere API 7.0.0.0.
{
"status": "string",
"stage_status": "string",
"current": {
"version": "string",
"details": {
"display_name": "string",
"vendor": "string",
"display_version": "string"
}
},
"target": {
"version": "string",
"details": {
"display_name": "string",
"vendor": "string",
"display_version": "string"
}
},
"current_source": "string",
"target_source": "string",
"notifications": {
"info": [
{
"type": "string",
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"originator": "string",
"retriable": false
}
],
"warnings": [
{
"type": "string",
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"originator": "string",
"retriable": false
}
],
"errors": [
{
"type": "string",
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"originator": "string",
"retriable": false
}
]
}
}
Compliance status of the component.
For more information see: Esx Settings ComplianceStatus.
This property was added in vSphere API 7.0.0.0.
Stage status of the component. This is only relevant when the value of Esx Settings ComponentCompliance.status is Esx Settings ComplianceStatus.NON_COMPLIANT.
For more information see: Esx Settings StageStatus.
This property was added in vSphere API 8.0.0.1.
If missing or null
the staging status is unknown - the contents may or may not be staged. This can happen, for instance, if the stage check failed, has not been done yet, or the target uses an older interface that does not include support for returning the staged status.
Current version of the component present on the host.
This property was added in vSphere API 7.0.0.0.
missing or null
if component is not present on the host.
Target version of the component present in the software specification.
This property was added in vSphere API 7.0.0.0.
missing or null
if component is not present in the software specification.
Source of the component on the host.
For more information see: Esx Settings ComponentSource.
This property was added in vSphere API 7.0.0.0.
missing or null
if component is not present on the host.
Source of the component in the software specification.
For more information see: Esx Settings ComponentSource.
This property was added in vSphere API 7.0.0.0.
missing or null
if component is not present in the software specification.
Notifications describing the compliance result.
This property was added in vSphere API 7.0.0.0.